{% extends "base.html" %} {% block title %}{{ entry.title }}{% endblock %} {% block content_title %}{{ entry.title }}{% endblock %} {% block sidebar %}

Published {{ entry.created_timestamp.strftime('%m/%d/%Y') }}

{% if g.user == entry.author %}
  • Actions

  • Edit
  • Delete
  • {% endif %} {% endblock %} {% block content %} {{ entry.body }}

    Submit a comment

    {% include "includes/comment_form.html" %} {% endblock %} {% block extra_scripts %} {% endblock %}